failed

abstract val failed: Try<Throwable>

Returns a Success with an exception it this is a Failure or a Failure if this is a Success.

Return

A Success with an exception it this is a Failure or a Failure if this is a Success.